projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62c9abe
)
(install-arch-indep): Use "rm -f" for removing DOC, to avoid an error message
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 28 Jul 2007 08:10:54 +0000
(08:10 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 28 Jul 2007 08:10:54 +0000
(08:10 +0000)
if there is no DOC there.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 2959c9d7e122500c4fff50ec73613fc629e88045..502e653ccecda083bade0f4b0f63360391cb1210 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-478,7
+478,7
@@
install-arch-indep: mkdir info
(cd ./etc; tar -chf - DOC*) \
|(cd $(DESTDIR)${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \
(cd $(DESTDIR)$(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \
- if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
+ if test "`echo DOC-*`" != "DOC-*"; then rm
-f
DOC; fi); \
else true; fi
-unset CDPATH; \
if [ -r ./lisp ] \